Interface for including graphics in your LaTeX document
========================================================


This program is an interface for D.P. Carlisles 'Graphics Bundle'.
It is necessary that you include the \usepackage{graphicx} command in your 
LaTeX file, because the program doesn't proof the existence of this command. 


The program provides an interface for the following commands :

\includegraphics[<key val list>]{file}

----------------------------------------
bbllx,bblly,bburx,bbury 
Set the bounding box. Mainly for compatibility with older
packages. Specifying bbllx=a,bblly=b,bburx=c,bbury=d is equivalent to
specifying bb =a b c d.

natwidth,natheight 
Again an alternative to bb. natheight=h,natwidth=w is equiv-alent
to bb = 0 0 h w.

hiresbb 
Boolean valued key. If set to true (just specifying hiresbb is equivalent to hiresbb=true)
then TeX will look for %%HiResBoundingBox lines rather than %%BoundingBox. 
It may be set to false to overrule a default setting of true set
by the hiresbb package option.

viewport 
The viewport key takes four arguments, just like bb. However in this case the values are 
taken relative to the origin specified by the bounding box in the file.
So to view the 1in square in the bottom left hand corner of the area specified
by the bounding box, use the argument viewport=0 0 72 72.

trim 
Similar to viewport, but here the four lengths specify the amount to remove or New feature
1995/06/01 add to each side. trim= 1 2 3 4 crops the picture by 1bp at the left, 2bp at
the bottom, 3bp on the right and 4bp at the top.

angle 
Rotation angle.

origin 
Origin for rotation. See the documentation of \rotatebox.

width 
Required width. The graphic is scaled to this width.

height 
Required height. The graphic is scaled to this height.

keepaspectratio 
Boolean valued key like clip. If set to true then specifying both width and 
height (or totalheight) does not distort the figure but scales such
that neither of the specified dimensions is exceeded.

scale 
Scale factor.

clip 
Either true or false (or no value, which is equivalent to true). 
Clip the graphic to the bounding box.

draft 
a boolean valued key, like clip. Locally switches to draft mode.

-----------------------------------------------------------------------

Additionaly it can place the \includegraphics command in a figure and center environment, with the option
to include a caption.


Installation
============
1. Extract the files to Winedt\Plugins\Graphics
2. Start Accesories/Execute Macro
3. Choose Graphics.edt
4. If you want to restore the initial values execute _Restore.edt


If you have any comments or suggestions about this program please let me know about it.


Have fun !!


Kai Wollenweber
wollenweber@nue.et-inf.uni-siegen.de
